ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / MenuBaseTagHelper<T,TControl> Class / SubItemsPath Property

In This Topic
    SubItemsPath Property (MenuBaseTagHelper<T,TControl>)
    In This Topic
    Configurates C1.Web.Mvc.MenuBase<T>.SubItemsPath. Sets the name of the property that contains an array with items to be displayed in a sub-menu.
    Syntax
    'Declaration
     
    Public Property SubItemsPath As String
    public string SubItemsPath {get; set;}
    See Also